home *** CD-ROM | disk | FTP | other *** search
Makefile | 1996-04-15 | 272 b | 21 lines |
- #
- # Informix Setup for solaris
- #
-
- FRAMEWORKS += Informix1x
-
- #
- # Client library location
- #
- INFORMIX_HOME = /opt/informix
-
- #
- # Path for the libs
- #
- OTHER_LDFLAGS += -L$(INFORMIX_HOME)/lib -L$(INFORMIX_HOME)/lib/esql
-
- #
- # Libraries used
- #
- OTHER_LIBS += -lsql -lasf -lgen -los
-